bitkeeper revision 1.7.3.14 (3dfdd412qR7zghq3YFejlDw0V8arnQ)
authorlynx@idefix.cl.cam.ac.uk <lynx@idefix.cl.cam.ac.uk>
Mon, 16 Dec 2002 13:24:34 +0000 (13:24 +0000)
committerlynx@idefix.cl.cam.ac.uk <lynx@idefix.cl.cam.ac.uk>
Mon, 16 Dec 2002 13:24:34 +0000 (13:24 +0000)
and more debugging

xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_core.c

index 3f5700e70001d5f9bd62c54e39269d26d4263486..d8e5397a266412644cba2230d61c1fd76ba8f485 100644 (file)
@@ -191,12 +191,14 @@ struct file_operations dom_mem_ops = {
 
 static int dom_map_mem(unsigned int dom, unsigned long pfn, int tot_pages)
 {
+       printk(KERN_ALERT "bd240 debug: dom_map_mem: invoked\n");
+
     int ret = -ENOENT;
     struct proc_dir_entry * pd = xeno_base->subdir;
     struct proc_dir_entry * file;
     proc_memdata_t * memdata;
 
-       printk("bd240 debug: dom_map_mem invoked, xeno_base %lx, subdir %lx\n", xeno_base, xeno_base->subdir);
+       printk(KERN_ALERT "bd240 debug: dom_map_mem invoked, xeno_base %lx, subdir %lx\n", xeno_base, xeno_base->subdir);
  
     while(pd != NULL){